home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Esportes / 670.swf / scripts / DefineSprite_131 / frame_1 / PlaceObject2_129_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2006-06-13  |  177b  |  7 lines

  1. onClipEvent(enterFrame){
  2.    rotpos = Math.ceil(_rotation);
  3.    rotspace = Math.ceil(rotgoal - rotpos);
  4.    rotpos += rotspace / _root.controlspeed;
  5.    _rotation = rotpos;
  6. }
  7.